home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / comm / www / 1stLinkChe_GUI.lha / LinkChecker-GUI.readme < prev    next >
Text File  |  1998-03-15  |  2KB  |  72 lines

  1. Short:    LinkChecker in HTML-Pages GUI (2.0b3)
  2. Author:   age@thepentagon.com (Heiko Schröder)
  3. Uploader: age@thepentagon.com (Heiko Schröder)
  4. Version:  2.0 beta 3 (final)
  5. Type:     comm/www
  6.  
  7.  
  8.  
  9.     !!!  This is the final beta version of 1stLinkChecker with GUI.  !!!
  10.  
  11. This ARexx script looks for local links at your HTML pages and checks the 
  12. existence of these linked pages. It dont't looks for EXTERNAL links !!!
  13.  
  14.        ---------------------------------------------------------------
  15.  
  16. The features:
  17.    - Graphic User Interface (no CLI/Shell input)
  18.    - scan of a directories and standalone files
  19.    - it checks local links
  20.    - check of anchor links (like "<a href="index.html#top">)
  21.    - it controls UNIX names
  22.    - it tells you non linked files
  23.    - tooltype support
  24.  
  25.    - faster scan (200%) than Beta 2
  26.    - you select the failed page and the script will open the file in your
  27.      favorite text editor at the correct line (fast edit)
  28.  
  29. The future:
  30.    - english guide
  31.    - catalog files
  32.  
  33.  
  34.        ---------------------------------------------------------------
  35.  
  36. History
  37. -------
  38. V0.3beta    03/15/98 - final beta
  39.                      - uses features of rexxtricks.library (soft HD grip)
  40.                        (fast comparison routines; no slow system commands ;-)
  41.                      - tooltype support (no separat preferences window)
  42.                      - check of anchor links
  43.                      - only "files not linked" check, if directory scan is
  44.                        used
  45.  
  46. V0.2beta    02/27/98 - menu added
  47.                      - preferences for your favorite text editor
  48.                      - temporarly files will be deleted
  49.                      - empty link will not displayed as failed link
  50.  
  51. V0.1beta    02/23/98 - first release
  52.  
  53.        ---------------------------------------------------------------
  54.  
  55.  
  56. The requirements (not included):
  57. --------------------------------
  58. Sys:System/RexxMast        | © 1987 by William S. Hawes
  59.  
  60.  
  61. The requirements (included):
  62. ---------------------------
  63. Libs:reqtools.library      | © 1997 by Nico François
  64. Libs:rexxreqtools.library  | © 1994 by Rafael D'Halleweyn
  65. Libs:triton.library        | © 1997 by Stephan Zeiger
  66. Libs:tritonrexx.library    | © 1995 by Jürgen Kohrmeyer
  67. Libs:rexxtricks.library    | © 1996 by Jürgen Kohrmeyer
  68. PROGDIR:MEmacs             | © 1986 C= Amiga (optional)
  69.  
  70.  
  71. Date: 03/15/98
  72.